home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Utilities / USB Overdrive 10.4.5 (shareware).dmg / USB Overdrive.pkg / Contents / Resources / preflight < prev    next >
Encoding:
Text File  |  2006-02-15  |  179 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. # if application currently exists, delete it
  4. if [ -e "$2Applications/USB Overdrive X.app" ] ; then
  5.     rm -rf "$2Applications/USB Overdrive X.app" 2> /dev/null
  6. fi
  7.  
  8. exit 0
  9.